-- card: 26960 from stack: in -- bmap block id: 0 -- flags: 0000 -- background id: 2577 -- name: 7b -- part 1 (button) -- low flags: 00 -- high flags: A003 -- rect: left=189 top=199 right=221 bottom=261 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Add Sheet ----- HyperTalk script ----- on mouseUp set lockScreen to true put the userLevel into saveLevel if the userLevel <5 then set userLevel to 5 if the userLevel <5 then exit mouseUp go to card id 9861 doMenu "Copy Card" go to card "7b" doMenu "Paste Card" get the name of this card set the name of this card to "7b" go to card id 26960 doMenu "Delete Card" go to card "7b" set userLevel to saveLevel set lockScreen to false end mouseUp